Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / flows / {flowAlias} / copy

Path parameters:
realm - realm name (not id!)
flowAlias -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/flows/{flowAlias}/copy 

Method Detail

POST /admin/realms/{realm}/authentication/flows/{flowAlias}/copy

HTTP Example:
POST /admin/realms/{realm}/authentication/flows/{flowAlias}/copy
API Example:

AuthenticationManagementResource.copy({'realm': /* name realm name (not id!) */,
  'flowAlias': …,
  '$entity': …});

Input:
Map<String,String>
Output:
Response
Consumes:
application/json

Keycloak REST Services 1.5.0-Final